home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI105.ASC < prev    next >
Text File  |  1991-09-11  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   PRODUCT : TURBO PASCAL                               NUMBER : 105
  10.   VERSION : 1.0xx, 2.0xx
  11.        OS : MS-DOS, PC-DOS
  12.      DATE : April 7, 1986                                PAGE : 1/3
  13.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  14.  
  15.  
  16.  
  17.  
  18.   This patch automatically responds to the "Include Error
  19.   Messages?" prompt and proceeds to either load or exclude the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new version of TINST lets you designate
  25.   the path to the error messages in the event they are stored in a
  26.   directory other than the one active at the time Turbo Pascal is
  27.   loaded. Patches for three different implementations of Turbo
  28.   Pascal are listed below. Be sure you are using the patch
  29.   applicable to the file you wish to modify.
  30.  
  31.   Use the DOS utility, DEBUG, to apply the following patch to a
  32.   copy of your original .COM file. Copy DEBUG.COM into the
  33.   directory (or onto the diskette) where your working copy of
  34.   information exactly as it appears. (Conclude each line by
  35.   pressing <Enter>.)
  36.  
  37.  
  38.   Note: 1.  DEBUG is not sensitive to upper and lower case. All
  39.             addresses  are listed in upper case for ease of
  40.             readability.
  41.  
  42.         2.  While in DEBUG, the prompt will appear as a dash (-).
  43.  
  44.         3.  If you do not receive the appropriate response, press
  45.             "q" followed by <Return>, to quit.  Check your version
  46.             numbers and, if correct, try again.
  47.  
  48.   PC-DOS, TURBO.COM - "YES" - MESSAGES INCLUDED
  49.  
  50.        YOU TYPE                           THIS APPEARS
  51.  
  52.        debug TURBO.COM<ENTER>              -
  53.        e29CE                                 xxxx:29CE  E8.
  54.        E9  1C  00<Return>                 -
  55.        e29ED                                 xxxx:29ED  E8.
  56.        E9  05  00<Return>                 -
  57.        w                                    writing xxxx bytes
  58.        q                                    DOS prompt
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.   PRODUCT : TURBO PASCAL                               NUMBER : 105
  76.   VERSION : 1.0xx, 2.0xx
  77.        OS : MS-DOS, PC-DOS
  78.      DATE : April 7, 1986                                PAGE : 2/3
  79.     TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT
  80.  
  81.  
  82.  
  83.  
  84.   PC-DOS, TURBO.COM - "NO - MESSAGES NOT INCLUDED
  85.  
  86.        YOU TYPE                           THIS APPEARS
  87.  
  88.        debug TURBO.COM<ENTER>              -
  89.        e29CE                                 xxxx:29CE  E8.
  90.        E9  1C  00<Return>                 -
  91.        e29ED                                 xxxx:29ED  E8.
  92.        E9  08  00<Return>                 -
  93.        w                                    writing xxxx bytes
  94.        q                                    DOS prompt
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.